home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
-
- if [ -L /etc/rcS.d/S15linux-restricted-modules-common ]; then
- mv /etc/rcS.d/S15linux-restricted-modules-common \
- /etc/rcS.d/S07linux-restricted-modules-common
- fi
-
- # Automatically added by dh_installinit
- if [ -x "/etc/init.d/linux-restricted-modules-common" ]; then
- update-rc.d linux-restricted-modules-common start 7 S . start 1 0 6 . >/dev/null || exit $?
- fi
- # End automatically added section
-
-
-